ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / MacdHistogram<T> Class
Members

In This Topic
    MacdHistogram<T> Class
    In This Topic
    Represents a Moving Average Convergence/Divergence (MACD) Histogram indicator series for the FinancialChart.
    Object Model
    MacdHistogram<T> Class
    Syntax
    'Declaration
     
    Public Class MacdHistogram(Of T) 
       Inherits MacdBase(Of T)
    public class MacdHistogram<T> : MacdBase<T> 
    Type Parameters
    T
    Remarks
    The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.MacdBase<T>
                C1.Web.Mvc.Finance.MacdHistogram<T>

    See Also